home *** CD-ROM | disk | FTP | other *** search
- FlippyFloppyView = {
- ACTIONS = {
- inspector:;
- setFlippyText:;
- setFloppyFont:;
- changeFont:;
- setHyperness:;
- };
- OUTLETS = {
- hypernessField;
- textFont;
- inspectorPanel;
- fontNameDisplay;
- setFontButton;
- textPanel;
- hyperSlider;
- flippyFloppyButton;
- };
- SUPERCLASS = View;
- };
- BackView = {
- OUTLETS = {
- image;
- };
- SUPERCLASS = View;
- };
- FirstResponder = {
- ACTIONS = {
- };
- SUPERCLASS = Object;
- };
-